home *** CD-ROM | disk | FTP | other *** search
- //
- // CMENU.DCL - Copyright 1993 by Mountain Software
- //
- // THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
- // WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR
- // PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
- //
- //*===================================================================*
-
- dcl_settings : default_dcl_settings { audit_level = 0; }
-
- get_string : dialog {
- label = "Edit";
- : text {
- key = "get_string_label";
- label = "";
- width = 40;
- }
- : edit_box {
- key = "get_string_value";
- }
- ok_cancel;
- }
-
- block_box : edit_box {
- width = 10;
- fixed_width = true;
- alignment = right;
- }
-
- block : dialog {
- label = "Block Insert";
- : edit_box {
- key = "block_edit";
- width = 20;
- }
- : block_box {
- key = "block_x_scale";
- label = "X Scale";
- }
- : block_box {
- key = "block_y_scale";
- label = "Y Scale";
- }
- : block_box {
- key = "block_rotation";
- label = "Rotation";
- }
- ok_cancel;
- }
-
- cmenu : dialog {
- label = "Custom#Menu";
- initial_focus = "select";
- : boxed_row {
- label = "(c) Mountain Software";
- :column {
- :boxed_row {
- label = "Menu";
- : button {
- label = "Select <";
- key = "select";
- mnemonic = "S";
- }
- : button {
- label = "Undo Last";
- key = "undo";
- mnemonic = "U";
- }
- }
- : boxed_column {
- label = "Item Label";
- key = "item_label";
- : edit_box {
- label = "Label:";
- key = "label";
- }
- }
- }
- : boxed_radio_column {
- label = "Location";
- value = "ins";
- : radio_button {
- label = "Insert";
- key = "insert_mode";
- mnemonic = "I";
- }
- : radio_button {
- label = "Add";
- key = "add_mode";
- mnemonic = "A";
- }
- : radio_button {
- label = "Overwrite";
- key = "overwrite_mode";
- mnemonic = "O";
- }
- : radio_button {
- label = "Delete";
- key = "delete_mode";
- mnemonic = "D";
- }
- }
- : boxed_column {
- label = "Compose";
- : button {
- label = "ADS";
- key = "ads";
- mnemonic = "A";
- }
- : button {
- label = "autolisP";
- key = "lisp";
- mnemonic = "P";
- }
- : button {
- label = "Block";
- key = "block_insert";
- mnemonic = "B";
- }
- : button {
- label = "Learn";
- key = "learn";
- mnemonic = "L";
- }
- }
- }
- : text {
- key = "command_edit_text";
- label = "Command Editor";
- }
- : edit_box { key = "command_edit"; }
- : list_box {
- key = "command_list";
- label = "Command List";
- width = 60;
- height = 4;
- }
- ok_cancel_help_errtile;
- }
-
- look_file : dialog {
- label = "";
- key = "filename";
- : list_box {
- key = "look_box";
- tabs = "7 15 23";
- width = 74;
- height = 20;
- }
- ok_button;
- }
-
- dmenu : dialog {
- label = "Menu";
- key = "title";
- initial_focus = "menu";
- : list_box {
- key = "menu";
- width = 25;
- height = 8;
- }
- ok_cancel_help;
- }
-
-
-